Lab3 – Use Script to Read ADC Value and Control PWM
----------------------------------------------------------------

/* Execute Commands on EVB */
nano PWM_setup.sh

/* Copy the source code of "PWM_setup.sh" and paste it */

/* Execute Commands on EVB */
nano ADC_PWM.sh

/* Copy the source code of "ADC_PWM.sh" and paste it */

----------------------------------------------------------------

/* Execute the Script on EVB */
chmod +x PWM_setup.sh
chmod +x ADC_PWM.sh
./PWM_setup.sh
./ADC_PWM.sh

----------------------------------------------------------------